home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 3
/
Amiga Tools 3.iso
/
wb-tools
/
db2.9
/
examples
/
arexxdemos
/
date.db
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-18
|
190 b
|
12 lines
/* Return today's date in the current field */
Options Results
ADDRESS COMMAND
'Date >t:datefile'
ADDRESS
OPEN('file','t:datefile')
str = READLN('file')
CLOSE('file')
PUTFIELD WORD(str,2)